home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 January / Disc 3 / Amethyst.iso / live / usr / bin / mcomp < prev    next >
Encoding:
Text File  |  2001-03-10  |  56 b   |  8 lines

  1. #!/bin/sh
  2.  
  3. dosfile=$1
  4. shift
  5.  
  6. mcopy $dosfile - | cmp $@
  7.  
  8.